home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 April
/
Electronic Clipper 1998-04.iso
/
Idea Source®
/
Protect.Dir
/
00019_Script_last frame delay
< prev
next >
Wrap
Text File
|
1998-02-19
|
480b
|
29 lines
on exitFrame
repeat with n=9 to 13
if rollover(n) then
set the visible of sprite n to false
updatestage
end if
end repeat
repeat with n=9 to 13
if not rollover(n) then
set the visible of sprite n to true
updatestage
end if
end repeat
if soundbusy(1) then
go the frame
else
startTimer
repeat while the timer < 60
nothing
end repeat
go movie "main"
end if
end